'宣言 Public Overloads Shared Function GetUniqueValues( _ ByVal workspace As System.String, _ ByVal table As System.String, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal fieldName As System.String, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetUniqueValues( System.string workspace, System.string table, System.Collections.Generic.Dictionary<string,object> view, System.string fieldName, System.Threading.CancellationToken cancelToken )
パラメータ
- workspace
- Path in the server's file system where DataEngine data is saved in files.
- table
- The name of a DataEngine table.
- view
- View definition used for performing aggregation.
- fieldName
- The name of the field to provide unique values for.
- cancelToken
- Enables task cancellation.
戻り値の型
Collection of objects with properties Name (string) and Type (System.Type)